@font-face {
  font-family: 'iconfont';
  /* project id 1000117 */
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg') format('svg');
}

.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/*手机导航*/
#navToggle {
  position: relative;
  width: 26px;
  height: 20px;
  display: none;
  float: right;
  margin-top: 25px;
}

#navToggle .line {
  background: #004d9d;
  border-radius: 1px;
  display: block;
  height: 2px;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  transform-origin: center center;
  width: 100%;
  position: absolute;
}

.navToggle-inside .line {
  background-color: #004d9d !important;
}

#navToggle .line1 {
  top: 0;
}

#navToggle .line2 {
  top: 50%;
  margin-top: -1px;
}

#navToggle .line3 {
  top: auto;
  bottom: 0;
}

#navToggle.active .line {
  top: 50%;
  bottom: auto;
  margin-top: -1px;
}

#navToggle.active .line1 {
  transform: rotate(45deg);
}

#navToggle.active .line2 {
  opacity: 0;
  filter: alpha(opacity=0);
}

#navToggle.active .line3 {
  transform: rotate(-45deg);
}

.mobileMenu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  background-color: #fff;
  overflow-y: auto;
  z-index: 400;
  border-top: 1px solid #dcdcdc;
}

.mobileMenu ul {
  background: #fff;
}

.mobileMenu ul li {
  transform: translate3d(0, 10px, 0);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.mobileMenu.h-show ul li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.menu-item {
  display: flex;
  flex-direction: row;
  height: 100px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  transition: all 0.5s;
}

.menu-item i {
  font-size: 30px;
  display: block;
  /* margin-top: 6px; */
  font-style: normal;
}

.menu-item a {
  font-size: 30px;
  color: #111;
  padding-left: 30px;
  text-transform: uppercase;
}

.menu-item:hover i,
.menu-item:hover a {
  color: #004d9d;
}

.menu li.on .menu-item i {
  color: #004d9d;
}

.menu_dl {
  display: none;
  padding-left: 98px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.menu_dl dd a {
  font-size: 24px;
  color: #333;
  line-height: 64px;
}

/* .menu_dl dd img{
    margin-bottom: 10px;
} */
.menu_dl dd a:hover {
  color: #004d9d;
}

.ovh-f {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
}

.menu-itemtit {
  display: flex;
}

.menu-itemtit {
  display: flex;
}

@media (max-width: 991px) {
  #navToggle {
    display: none;
  }

  .menu-arrow {
    font-size: 30px;
    position: absolute;
    right: 15px;
    transform: rotate(-90deg);
    transition: all 0.4s;
  }

  .menu_li.on .menu-arrow {
    transform: rotate(0deg);
    color: #000;
  }
}

@media (max-width: 767px) {
  .menu-item {
    padding-left: 20px;
    height: 70px;
  }

  .menu-item i {
    font-size: 24px;
    margin-top: 2px;
  }

  .menu-item a {
    font-size: 24px;
    padding-left: 20px;
  }

  #navToggle {
    margin-right: 0px;
  }

  .menu_dl {
    padding-left: 65px;
  }

  .menu_dl dd a {
    font-size: 18px;
    line-height: 36px;
  }
}

@media (max-width: 599px) {
  .menu-item i {
    font-size: 18px;
  }

  .menu-item a {
    font-size: 18px;
    padding-left: 15px;
  }

  .menu_dl {
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu_dl dd a {
    font-size: 16px;
    line-height: 32px;
  }

  .menu-arrow {
    font-size: 22px;
  }
}

/* 内页导航按钮 */
.pronavToggle {
  display: none;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #004d9d;
  padding: 0;
  right: 0px;
  top: 0px;
  z-index: 22;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.pronavToggle::before {
  margin-top: -7px;
}

.pronavToggle::after {
  margin-top: 7px;
}

.pronavToggle span,
.pronavToggle::after,
.pronavToggle::before {
  height: 2px;
  width: 22px;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  text-indent: -9999px;
  transition: all 300ms ease-in-out;
}

.pronavToggle.show span {
  opacity: 0;
}

.pronavToggle span,
.pronavToggle::after,
.pronavToggle::before {
  height: 3px;
  width: 22px;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  text-indent: -9999px;
  transition: all 300ms ease-in-out;
}

@media (max-width: 991px) {
  .pronavToggle {
    display: block;
    width: 50px;
    height: 50px;
  }
}

/* 内页banner */
.inside-banner {
  width: 100%;
  position: relative;
}

.inside-banner img {
  display: block;
  width: 100%;
}

#banner {
  position: relative;
  z-index: 1;
}

.banner-swiper .swiper-container {
  width: 100%;
}

#banner .swiper-slide img {
  width: 100%;
  display: block;
}

.banner-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  /* margin: 0 10px; */
  background-color: #828384;
}

.banner-swiper .swiper-pagination-bullet svg {
  opacity: 0;
}

.banner-swiper .swiper-pagination-bullet-active svg {
  opacity: 1;
}

.banner-swiper .swiper-pagination-bullet-active::after {
  display: block;
}

.banner-swiper .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.banner-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.banner-swiper > .swiper-pagination-bullets {
  bottom: 25px;
}

@media (max-width: 991px) {
  .banner-swiper > .swiper-pagination-bullets {
    bottom: 15px;
  }

  .banner-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

@media (max-width: 750px) {
  .banner-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .banner-swiper > .swiper-pagination-bullets {
    bottom: 12px;
  }
}

@media (max-width: 599px) {
}

/* 自定义宽度 */
.inside-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .inside-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .inside-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .inside-container {
    width: 1180px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 1300px) {
  .inside-container {
    width: 1280px;
  }
}

@media (min-width: 1400px) {
  .inside-container {
    width: 1400px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1499px) {
  .inside-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* 
#bsWXBox{
   background: none !important;
}
#bsWXBox .bsTop {
    color: #666;
    background: #ffffff !important;
    height: 24px;
    line-height: 24px;
    border-bottom: 0px;
}
.bsBox {
    padding: 0px !important;
    background: none !important;
}
.bsFrameDiv>div{
    background: white;
    border: 1px solid #cccccc;
} */
/*右侧浮窗*/
.right-side {
  position: fixed;
  right: 0px;
  top: 30%;
  z-index: 300;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.right-item {
  width: 70px;
  height: 70px;
  background: #f0f0f4;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.right-item p {
  font-size: 16px;
  line-height: 20px;
  width: 36px;
  text-align: center;
  margin-top: 2px;
  color: #fff;
}

.back {
  margin-top: 10px;
  height: 76px;
}

.right-imgon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.right-img {
  display: block;
}

.right-item:hover {
  background: #004d9d;
}

.right-item:hover .right-imgon {
  opacity: 1;
}

.right-item:hover .right-imgun {
  opacity: 0;
}

.right-item.on {
  background: #004d9d;
}

.right-item.on .right-imgon {
  opacity: 1;
}

.right-item.on .right-imgun {
  opacity: 0;
}

.right-item-right {
  color: #fff;
  display: none;
  width: 180px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  right: 74px;
  top: 0px;
  font-size: 18px;
  position: absolute;
  background-color: #004d9d;
}

.right-wechat {
  position: relative;
}

.wx-img {
  display: none;
  position: absolute;
  right: 74px;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  top: 0px;
  padding: 5px;
}

.wx-img img {
  width: 120px;
}

.wx-img span {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #004d9d;
}

.msg-mask {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0px;
  left: 0px;
  display: none;
}

.msg-wrap {
  position: absolute;
  top: 20%;
  width: 940px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #0e5eb7;
  border-radius: 5px;
  z-index: 1111;
  display: none;
}

.msg-title {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #004d9d;
  padding-left: 50px;
  padding-right: 22px;
}

.msg-title h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.msg-title img {
  cursor: pointer;
}

.msg-main {
  padding: 29px 54px 32px 50px;
  background-color: #fff;
}

.msg-main span {
  font-size: 16px;
  color: #888;
  line-height: 24px;
  display: block;
  margin-bottom: 29px;
}

.msg-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 21px;
}

.msg-item {
  width: calc(50% - 25px);
}

.msg-label {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.msg-item input {
  border: 1px solid #e2e2e2;
  width: 100%;
  height: 56px;
  line-height: 54px;
  padding: 0 10px;
  background-color: #fff;
}

.msg-textarea .msg-item {
  width: 100%;
  margin-bottom: 32px;
}

.msg-textarea textarea {
  border: 1px solid #e2e2e2;
  width: 100%;
  height: 196px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #fff;
  resize: none;
}

.msg-submit {
  width: 146px;
  height: 50px;
  background-color: #0e5eb7;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border: none;
}

@media (max-width: 1200px) {
  .msg-wrap {
    width: 700px;
  }

  .msg-main {
    padding: 20px 30px;
  }

  .msg-main span {
    margin-bottom: 15px;
  }

  .msg-item {
    width: calc(50% - 15px);
  }

  .msg-form {
    margin-bottom: 15px;
  }

  .msg-item input {
    height: 48px;
    line-height: 46px;
  }

  .msg-textarea textarea {
    height: 150px;
  }

  .msg-textarea .msg-item {
    margin-bottom: 15px;
  }

  .msg-title {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .right-side {
    display: none;
  }
}

@media (max-width: 599px) {
  .right-side {
    display: none;
  }
}

/* 分享 */
.section_heading .text_translate {
  display: inline-block;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}

@keyframes textTranslate {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.public-img {
  width: 100%;
  overflow: hidden;
}

.public-img img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}
